home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / sunos41x / admin.z / admin / help / C / online0808.hlp < prev    next >
Text File  |  1998-06-30  |  7KB  |  219 lines

  1.  
  2.     ADD EVENTS TEST
  3.  
  4.     This window contains the following fields:
  5.  
  6.     Hostnames
  7.  
  8.     You can use this field to specify which host(s) will be configured
  9.     for this test. Leave a blank space between host names for multiple
  10.     entries. You can also click on the arrow button to the right to pop
  11.     up a pick list of all hosts within the current pool and make your
  12.     selection(s) from there.
  13.  
  14.     Testname
  15.  
  16.     Use this field to specify the name for your test. This must be the
  17.     full pathname of the file (directory) or process you want to monitor
  18.  
  19.     Units of measure
  20.  
  21.     This view-only field shows what the standard units of measure are
  22.     for this test.
  23.  
  24.     Sub-command
  25.  
  26.     This view-only field shows the Events-defined subcommand, if any,
  27.     this test will use during its execution.
  28.  
  29.     Internal Test
  30.  
  31.     This view-only field shows whether this test is an Events built-in
  32.     test (Yes) or a user-defined test (No).
  33.  
  34.     Test Group
  35.  
  36.     This view-only field shows the test group type for this test.
  37.  
  38.     State
  39.  
  40.     Use this toggle to turn the test On or Off (the default).
  41.  
  42.     Severity
  43.  
  44.     Use this toggle to specify what level of severity to assign this
  45.     test from the following message types:
  46.  
  47.     + OK
  48.     + Informational (the default)
  49.     + Warning
  50.     + Error
  51.     + Severe
  52.  
  53.     Use PEP
  54.  
  55.     Use this toggle to specify whether this test should use PEP to
  56.     report its results or filter any action to be taken. The default is
  57.     Yes.
  58.  
  59.     Logging
  60.  
  61.     Use this toggle to specify whether logging should be enabled for
  62.     this test. The default is Yes.
  63.  
  64.     Delta
  65.  
  66.     If you enabled Logging, you can use this field to establish a
  67.     "changed by" (delta) value. Enlighten will record the most recent
  68.     value measured by the test if that value differs by at least this
  69.     delta amount from the previously logged value.
  70.  
  71.     See the "Events" chapter in the ENighten User Guide for more
  72.     details.
  73.  
  74.     Mailer
  75.  
  76.     You can use this field to specify which mail program should be used
  77.     to deliver any alarms to the User. The default is /bin/mail. If you
  78.     use another mail program, it must use the same syntax as the
  79.     standard UNIX mail program.
  80.  
  81.     User
  82.  
  83.     You can use this field to specify the user(s) who should receive any
  84.     alarm information. The default is root. Leave a blank space between
  85.     each user name for multiple entries. If you set this value to
  86.     nobody, no mail will be sent.
  87.  
  88.     Use the Command field if you want to enter a process.
  89.  
  90.     Command
  91.  
  92.     You can use this field to specify any executable this test should
  93.     run when it sets an alarm. This can be a script or a compiled
  94.     executable.
  95.  
  96.     Age
  97.  
  98.     This field can specify a threshold for when a file is considered to
  99.     have "aged" in a directory. This value is only available if this
  100.     test will monitor a queue.
  101.  
  102.     You can use this field to select (in minutes) what the "aged"
  103.     threshold is. Only files more than 'age' minutes old are counted as
  104.     'old'.
  105.  
  106.  
  107.     Test Freq
  108.  
  109.     Use this field to specify how often to run this test. The default is
  110.     every 5 minutes.
  111.  
  112.     Alarm Freq
  113.  
  114.     Use this field to specify how long to wait before sending another
  115.     new alarm about this test. The default is every hour.
  116.  
  117.     High Thresh
  118.  
  119.     You can use this field to specify an absolute high level alarm set
  120.     point for the data you're measuring in this test. This can be an
  121.     integer or floating-point value.
  122.  
  123.     Low Thresh
  124.  
  125.     You can use this field to specify an absolute low level alarm set
  126.     point for the data you're measuring in this test. This can be an
  127.     integer or floating-point value.
  128.  
  129.     Pos Rate
  130.  
  131.     You can use this field to specify a positive percentage change alarm
  132.     set point for the data you're measuring in this test. This threshold
  133.     compares the current test value with the last measured value (check
  134.     for percentage of change since last tested). This must be a
  135.     floating-point value.
  136.  
  137.     Neg Rate
  138.  
  139.     You can use this field to specify a negative percentage change alarm
  140.     set point for the data you're measuring in this test. This threshold
  141.     compares the current test value with the last measured value (check
  142.     for percentage of change since last tested). This must be a
  143.     floating-point value.
  144.  
  145.     Pos Jump
  146.  
  147.     You can use this field to specify a positive incremental change
  148.     alarm set point for the data you're measuring in this test. This
  149.     threshold compares the current test value with the last measured
  150.     value (check for change of X points since last tested). This can be
  151.     an integer or floating-point value.
  152.  
  153.     Neg Jump
  154.  
  155.     You can use this field to specify a negative incremental change
  156.     alarm set point for the data you're measuring in this test. This
  157.     threshold compares the current test value with the last measured
  158.     value (check for change of X points since last tested). This can be
  159.     an integer or floating-point value.
  160.  
  161.     API File
  162.  
  163.     If you're creating an API test, use this field to specify the full
  164.     pathname of the file which will hold the results of your test.
  165.  
  166.     See the "EVENTS" chapter in the ENighten User Guide for examples and
  167.     more details on creating API tests.
  168.  
  169.     API Data
  170.  
  171.     If you're creating an API test, use this field to specify which
  172.     field or column holds the data value to monitor. Use a digit
  173.     prefaced by an `f' for a field number or a `c' for a column number.
  174.     The default assumes this value is a field number. If you're using a
  175.     column designator, each character in any input file line/row is
  176.     handled as one column.
  177.  
  178.     API Label
  179.  
  180.     If you're creating an API test, you can use this field to specify
  181.     which field in your file contains a descriptive word or label.
  182.  
  183.     Logfile Clamping Regular Expressions
  184.  
  185.     You can use regular expressions to define "types" of messages based
  186.     upon pattern matching. When one or more of these message types are
  187.     found in a file, an alarm is sent to whatever agents you specify in
  188.     your test. Each time this test is run, it will only evaluate those
  189.     file entries which were added since the last occurrence of this
  190.     test.
  191.  
  192.     For more information on regular expressions, see your on-line O/S
  193.     manual, section regx(3) (typically this is located in
  194.     /usr/man/man3).
  195.  
  196.     Buttons
  197.  
  198.     This window contains the following buttons:
  199.  
  200.  
  201.     Apply
  202.  
  203.     Click on this button to add the test configuration defined in the
  204.     window to the testtab files for all specified hosts.
  205.  
  206.     Note: Enlighten will be updated immediately, but the testtab file
  207.     will not be updated for another two minutes.
  208.  
  209.     Set Defaults
  210.  
  211.     Click on this button to set default values in the text fields based
  212.     on the test type category you previously specified in the Select New
  213.     Event Type window.
  214.  
  215.     Close
  216.  
  217.     Click on this button to discard any changes and close the window.
  218.  
  219.